h2{
    text-align: center;
    font-family: "Smooch Sans", sans-serif;
    font-size: 50px;
}

body{
    background-color: orange;
}

.SuperBowl{
    background-color: dodgerblue;
    height: 500px;
    width: 350px;
    margin: 10px;
    float: left;
}

.Start{
    background-color: white;
    height: 500px;
    width: 350px;
    margin: 10px;
    float: left;
}

br{
    clear: both;
}

.Team{
    background-color: white;
    height: 500px;
    width: 350px;
    margin: 10px;
    float: left;
}



